LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CopyTo Method (ListWithEvents<T>)







The one-dimensional Array that is the destination of the elements copied from ListWithEvents<T>. The Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the entire ListWithEvents<T> to a compatible one-dimensional array, starting at the specified index of the target array..
Syntax
public void CopyTo( 
   T[] array,
   int arrayIndex
)
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim array() As T
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   T[] array,
   int arrayIndex
)
 function Leadtools.Medical.Workstation.ListWithEvents.CopyTo( 
   array ,
   arrayIndex 
)
public: void CopyTo( 
   T*[]* array,
   int arrayIndex
) 
public:
void CopyTo( 
   array<T^>^ array,
   int arrayIndex
) 

Parameters

array
The one-dimensional Array that is the destination of the elements copied from ListWithEvents<T>. The Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.